Switch tumblr_client to the upstream master

[My PR](https://github.com/tumblr/tumblr_client/pull/48) has been
merged.

Akinori MUSHA 8 gadi atpakaļ
vecāks
revīzija
68046b74d7
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 1 1
      Gemfile
  2. 3 3
      Gemfile.lock

+ 1 - 1
Gemfile

@@ -29,7 +29,7 @@ gem 'twitter-stream', github: 'cantino/twitter-stream', branch: 'huginn'
29 29
 gem 'omniauth-twitter'
30 30
 
31 31
 # Tumblr Agents
32
-gem 'tumblr_client', github: 'knu/tumblr_client', branch: 'patch-1'
32
+gem 'tumblr_client', github: 'tumblr/tumblr_client', branch: 'master'  # '>= 0.8.5'
33 33
 gem 'omniauth-tumblr'
34 34
 
35 35
 # Dropbox Agents

+ 3 - 3
Gemfile.lock

@@ -20,9 +20,9 @@ GIT
20 20
       rest-client (~> 1.8)
21 21
 
22 22
 GIT
23
-  remote: git://github.com/knu/tumblr_client.git
24
-  revision: d6f1f64a7cba381345c588e28ebcff28048c3a6c
25
-  branch: patch-1
23
+  remote: git://github.com/tumblr/tumblr_client.git
24
+  revision: 0c59b04e49f2a8c89860613b18cf4e8f978d8dc7
25
+  branch: master
26 26
   specs:
27 27
     tumblr_client (0.8.5)
28 28
       faraday (~> 0.9.0)